home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 4 / Eagles_Nest_Mac_Collection_Disc_4.TOAST / Spreadsheets & Statistics / WingZ11a#2 / Read Me < prev    next >
Text File  |  1990-01-03  |  14KB  |  310 lines

  1.  
  2. Miscellaneous Corrections and Additions to the Wingz Documentation
  3.  
  4. •    Wingz 1.1 files cannot be read by Wingz 1.0.
  5.  
  6. • Changes were made in version 1.1 to improve the accuracy and quality of your printed output.  These changes may affect what is displayed in Page Preview.
  7.  
  8. • An additional file structure can now be imported to Wingz. This new feature allows you to directly read BIFF worksheet files such as those created by Excel. For additional information on this new capability, see the BIFF READ ME file found on the HELP AND EXAMPLES disk.
  9.  
  10. •  To install the Apple® Color Picker, perform the following steps:
  11.  
  12.         1.  Put the external Wingz file "colpick" in your Wingz folder.  (This file is located in the Color Picker folder within the Utilities folder on the Help and Examples disk.)
  13.  
  14.         2.  Create a script containing the line:
  15.  
  16.                 GET EXTERNAL "colpick"
  17.  
  18.         3.  Save the script as "Startup" in your Wingz folder.  (If a script named "Startup" already
  19.              exists in your Wingz folder, add the line GET EXTERNAL "colpick" to your existing script.)
  20.  
  21.         4.  Quit Wingz and then relaunch Wingz.
  22.  
  23. •  NOTE:  When an Excel file that is using a number format that contains commas is saved to a WK1 (Lotus 1-2-3®) format, the commas in the numbers are not saved.
  24.  
  25. •  A 72 dots per inch (dpi) print resolution setting results in your printed output most closely matching the appearance of your screen.  If you are using a higher resolution setting and you are not obtaining the printed results desired, use the Page Setup command in the File menu to switch to a 72 dpi setting.
  26.  
  27. •  A file named Startup, located in the Examples folder on the Help and Examples disk, can be used to add four new commands to the Sheet menu that, when executed, demonstrate a few of the capabilities of HyperScript.  If you already have a file called Startup in your Wingz folder, copy the text of this Startup script into your existing Startup script file. 
  28.  
  29.  
  30.  
  31. Corrections and Additions to the Wingz User's Guide
  32.  
  33. •    Page 47.  The second sentence of the fourth instructional step (indicated by the fourth red box on the page) should be changed to read:
  34.  
  35.                 Begin in the current cell (B5) and move to the right by accepting each entry with the tab key.
  36.  
  37. •  Page 86.  The following Cell Border command option should be included after the third paragraph on the page:
  38.  
  39.                 Top.  Choose Top to place a border on the top edge of every cell in the selected range.
  40.  
  41. •    Page 99.  The second sentence of the second paragraph should be changed to read:
  42.  
  43.                 For example, the picture string 0.00;; prevents the display of negative and zero values.
  44.  
  45.  
  46. Corrections and Additions to the Wingz Reference Manual
  47.  
  48. •  Page 23.  The following note should appear after the paragraph entitled Right Margin:  
  49.  
  50.                 NOTE:  If a reduction is defined in Page Setup, the margin values that have been defined will also be increased or decreased in proportion to the reduction value.
  51.  
  52. •  Page 27.  The following sentence should be added to the end of the first paragraph in the section entitled Undo/Redo:
  53.  
  54.               The Undo command is not available when text has been cut, pasted, or cleared from a text field or script.
  55.  
  56. •  Page 55.  In Table 5-1, the Custom Format column should be changed to read as follows:
  57.  
  58.                     "Region" @
  59.  
  60.                     @ "Expense"
  61.  
  62.                     "Item" @ "is out of stock."
  63.  
  64. •  Page 75.  The following note should be inserted in the Sheet Info section after the paragraph that is entitled Name:
  65.  
  66.                     IMPORTANT:  To ensure the integrity of your Auto Save backup files, if you have multiple worksheets open and Auto Save is activated for each worksheet, or if you are using Auto Save in a network environment, assign a unique Auto Save file name for each of your worksheets.
  67.  
  68. •  Page 162.  The last sentence in the paragraph entitled Series Label Range should be deleted and replaced with the following sentence:
  69.  
  70.                Labels that are added using the Series Label Range command must be written contiguously in the selected range for all chart types.
  71.  
  72. •    Page 227.  The second paragraph of the BORDERBG() function description should be changed to read:
  73.  
  74.                 The HyperScript command SHADOW BG number sets the drop shadow background color for the selected objects.
  75.  
  76. •    Page 227.  The second paragraph of the BORDERFG() function description should be changed to read:
  77.  
  78.                 The HyperScript command SHADOW FG number sets the drop shadow foreground color for the selected objects.
  79.  
  80. •  Page 255.  The last sentence in the description of the FACTORIAL function should be deleted and replaced with the following sentence:
  81.  
  82.               Negative values do not have a defined mathematical factorial; "ERR12" is returned when a negative argument is used for this function.
  83.  
  84. •    Page 272.  The second example in the LEFT function description should be changed to read:
  85.  
  86.                 LEFT(A1,8) returns "Region A" when A1 contains "Region A"
  87.  
  88. •    Page 303.  The second paragraph of the SHADOWBG() function description should be changed to read:
  89.  
  90.                 The HyperScript command 3D CHART SHADOW BG number sets the background color of the shadow for the selected 3D chart.
  91.  
  92. •    Page 303.  The second paragraph of the SHADOWFG() function description should be changed to read:
  93.  
  94.                 The HyperScript command 3D CHART SHADOW FG number sets the foreground color of the shadow for the selected 3D chart.
  95.  
  96. •    Page 314.  The last three BITAND functions at the top of the page should be changed to read:
  97.  
  98.                 BITAND (SURFDISP(), 8)                                        0                                        Pedestal is not visible
  99.                 BITAND (SURFDISP(), 16)                                16                                        Manual offset defined for base
  100.                 BITAND (SURFDISP(), 16)                                    0                                        Offset for base determined automatically
  101.  
  102. •    Page 362.  The second sentence in the first paragraph of the section entitled Footer should be changed to read:
  103.  
  104.                 If you embed &p in the footer text, the current page number is printed in the footer on each page.
  105.  
  106.  
  107. Corrections and Additions to the Wingz HyperScript Manual
  108.  
  109. •    Page 19.  The second sentence of the second example on the page should be changed to read:
  110.  
  111.                 SELECT RANGE B1..B5
  112.  
  113. •  Page 46.  The second example at the bottom of the page should read as follows:  
  114.  
  115.                 LINE SPACING FIXED .05 inches
  116.  
  117. •    Page 49.  The first sentence in the first paragraph on the page should be changed to read:
  118.  
  119.                 In the example above, a random number between 0 and 20 is placed in cell A1 and the value of the number is compared to 10.
  120.  
  121. •    Page 54.  In Table 3-3, the second 13 in the Pass column should be changed to 14 and the second 25 in the Pass column should be changed to 26.
  122.  
  123. •    Page 61.  The second sentence of the first paragraph under the section entitled Selecting Cells in a Worksheet should read:
  124.  
  125.                 The GO TO CELL, SELECT RANGE, and SELECT MORE RANGE HyperScript commands can be used to select specific cells in a worksheet.
  126.  
  127. •    Page 62.  The heading for the first paragraph should be changed to read:
  128.  
  129.                 SELECT MORE RANGE range.
  130.  
  131. •    Page 79.  The first sentence on the page should be changed to read:
  132.  
  133.                     The FORMAT function returns the numeric format value of the selected cell.
  134.  
  135. •    Page 79.  Starting with the first Example on the page, delete all the remaining text and replace it with the following:
  136.  
  137.                     Example:
  138.  
  139.                     DEFINE number,format
  140.                     number = NFORMAT(23456, 128)
  141.                     PUT number INTO D1
  142.                     SELECT RANGE D2
  143.                     PRECISION 0
  144.                     SELECT RANGE D1
  145.                     format = FORMAT()
  146.                     PUT format INTO D2
  147.  
  148.                     In the next example, the number placed into cell E1 is 23456.  It is then formatted as currency, with parentheses, commas, and a decimal precision of two.  The result of the FORMAT() function, 802, is placed in cell E2.  This result is the sum of the formats used:  currency (32), parentheses (256), commas (512), and the precision (2).
  149.  
  150.                     Example:
  151.  
  152.                     PUT 23456 INTO E1
  153.                     SELECT RANGE E1
  154.                     FORMAT CURRENCY
  155.                     USE PARENTHESIS
  156.                     USE COMMAS
  157.                     PRECISION 2
  158.                     PUT FORMAT() INTO E2
  159.  
  160.  
  161. •  Page 80.  Add the following statement as the first line of the first Example on the page:
  162.  
  163.                     SELECT RANGE A1
  164.  
  165. •  Page 88.  In the second sentence in the last paragraph on the page, the cell coordinate for X_left should be changed from 149 to 55.
  166.  
  167. •  Page 106.  In the Example at the bottom of the page, the second statement should read as follows:
  168.  
  169.                     MANUAL SCALING FROM 300 to 400 WITH 10 MAJOR AND 2 MINOR DIVISIONS
  170.  
  171.  
  172. •  Page 110.  In the group of examples in the middle of the page, the second line should read as follows:  
  173.  
  174.                     AXIS MAJOR GRID WIDTH .05 inches
  175.  
  176. •  Page 110.  In the group of examples in the middle of the page, the sixth line should read as follows:  
  177.  
  178.                     AXIS MINOR GRID WIDTH .05 inches
  179.  
  180.  
  181. •  Page 114.  In the Example at the bottom of the page, the worksheet range used in the first statement should be changed from A1..D4 to A1..E5.
  182.  
  183. •  Page 115.  In the first Example on the page, the worksheet range used in the first statement should be changed from A1..D4 to A1..E5.
  184.  
  185. •  Page 127.  The last line of the examples at the bottom of the page should read as follows:  
  186.  
  187.                     SYMBOL SIZE .25 inches
  188.  
  189. •  Page 129.  In Table 5-8, the values returned should be 1, 2, 3, and 4, not 0, 1, 2, and 3.
  190.  
  191. •  Page 139.  In the Example on the page, the fourth statement should read:
  192.  
  193.                     ELSEIF PERSPECTIVE() > 200 AND PERSPECTIVE() < 399
  194.  
  195. •  Page 152.  The second sentence on the page should be changed to read:
  196.  
  197.                     If 4 (TRUE) is returned, the axes display in on; if 0 (FALSE) is returned, the axes display is off.
  198.  
  199. •  Page 165.  The second and third paragraphs on the page should be replaced with the following:
  200.  
  201.                     The HyperScript functions BORDERFG(), BORDERBG(), and BORDERPATTERN() can be used to return the current value of the shadow attributes for a selected object.
  202.  
  203.                     The BORDERFG() and BORDERBG() functions return the RGB color value of the selected object's shadow.  BORDERPATTERN() returns the object pattern number 0 through 38.
  204.  
  205. •  Page 187.  In the second Example on the page, the first statement should be replaced with:
  206.  
  207.                     ADD FIELD RANGE B3..C12
  208.  
  209. •  Page 189.  The last result in the CTSTRING() table in the middle of the page should be changed from 20 to 21.  
  210.  
  211. •  Page 192.  In the last group of examples on the page, the third line should read as follows:  
  212.  
  213.                     NUMBER WHEEL STEP .001
  214.  
  215. •    Page 196.  In the second Example on the page, the first statement should be changed to read:
  216.  
  217.                     ADD SCROLL BAR RANGE FRAC(C7..C13,1,100,128,159)
  218.  
  219. •  Page 232.  The RESULT column of the CTVALUE() Example should read:  40, 40, 40, and 40.
  220.  
  221. •    Page 235.  The RESULT column of the CTVALUE() Example should read:  1, 0, 1, 0, and 0.
  222.  
  223. •    Page 241.  The RESULT column of the CTVALUE() Example should read:  1, 0, 1, 0, and 0.
  224.  
  225. •    Page 242.  The tenth statement in the Example should read:
  226.  
  227.                     REPAINT RANGE A1..E20
  228.  
  229. •    Page 265.  The fifth statement in the Example should read:
  230.  
  231.                     DIALOG DEFAULT PUSH BUTTON
  232.  
  233. •  Page 271.  The fifth statement in the Example should read:
  234.  
  235.                     ADD OVAL RANGE A1..A6
  236.  
  237.  
  238. •    Page 289.  The first sentence on the page should read:
  239.  
  240.                     The number of menus to be contained in the menu bar can be specified using the ADD MENUBAR string WITH number MENUS command.
  241.  
  242. •    Page 293.  All of the occurrences of the word "Harpsicord" on this page should be changed to "Harpsichord."
  243.  
  244. •  Page 300.  In the first sentence under the Square Windows section, the coordinates of the SQUARE WINDOW command should be changed to:  SQUARE WINDOW (Xmin,Ymin) (Xmax,Ymax).
  245.  
  246. •    Page 311.  The following statements should be added to the beginning of the Example:
  247.  
  248.                     REPAINT OBJECT1
  249.                     ON REPAINT
  250.  
  251. •    Page 311.  The following statement should be added to the end of the Example:
  252.  
  253.                     END REPAINT
  254.  
  255. •    Page 316.  The syntax for the DRAW ARC command should be changed to read:
  256.  
  257.                     DRAW ARC (Xmin,Ymin) (Xmax,Ymax) Start_angle FOR Delta_angle
  258.  
  259. •  Page 335.  The last line in the example (pret->err = 12;) should be deleted and replaced with the following line:
  260.  
  261.                     pret->val.err = 12;
  262.  
  263. •  Page 336.  In the first example on the page, the third line from the bottom of the example (pret^.err : = 12;) should be deleted and replaced with the following line:
  264.  
  265.                     pret^.val.err : = 12;
  266.  
  267. •  Page 336.  The second sentence in the first paragraph in the section entitled Compiling and Linking should be deleted and replaced with the following sentence:
  268.  
  269.                     For example, in MPW "C" you would compile MyMath by entering C MyMath.c -o MyMath.c.o.
  270.  
  271. •  Page 339.  The last statement before the PROUT main() statement (pret->err = 12;) should be deleted and replaced with the following statement:
  272.  
  273.                     pret->val.err = 12;
  274.  
  275. •  Page 347.  The following command and description should be added to the section entitled Copy.
  276.  
  277.                     COPY FROM range1 TO range2
  278.  
  279.                     This command copies the cell information from the cell location designated by range1 to the location designated by range2.  All formatting is retained when the cell information is copied and all relative references in formulas are modified to reflect the new location.  This command replaces the following sequence of commands:
  280.  
  281.                     SELECT RANGE range1
  282.                             COPY
  283.                     SELECT RANGE range2
  284.                     PASTE
  285.  
  286. •    Page 364.  In Table 12-3, the second notation signifying minute should be changed from "mn" to "mm".
  287.  
  288. •  Page 398.  The last sentence on the page should read as follows:
  289.  
  290.                   The base placement percent limit is 255.
  291.  
  292. •  Page 407.  The following sentence should be added to the description of the RUN command:
  293.  
  294.                     A maximum of 255 characters can be specified for the string.
  295.  
  296. •  Page 417.  The following note should be added above Figure 12-6:
  297.  
  298.                     NOTE:  If an insufficient amount of space is available to redraw the selected arc when the ARC ANGLE command is executed, no change is made to the object.  
  299.  
  300. •  Page 432.  The last sentence in the second paragraph should be deleted and replaced with the following sentences:
  301.  
  302.                     The control name is displayed to the left of the control, followed by a colon.  To suppress the display of the newly defined control name, use the HIDE CONTROL NAME command.
  303.  
  304. •  Page 493.  The following error message and description should be added between error 0006 and error 0008:
  305.  
  306.                     0007  Reference error
  307.  
  308.                     A dependent cell was removed from the worksheet using the Delete command in the Edit menu.  The formula cannot be calculated because of the missing cell.
  309.  
  310.